home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / chname10.zip / CHNAME.TXT < prev   
Text File  |  1993-02-10  |  2KB  |  79 lines

  1.  
  2. CHNAME V1.00
  3.  
  4. A Freeware File Renaming/Moving Utility
  5.  
  6. Copyright 1993 Ross S. Wolin
  7. All rights reserved.
  8.  
  9.  
  10.  
  11. February 9th, 1993
  12.  
  13.  
  14.   Chname is a renaming utility which can rename files, rename directories,
  15. and move files (destination on small logical drive)  This program alleviates
  16. the need to xcopy a directory to another one and then delete the old one
  17. when you wish to rename it.
  18.  
  19.  
  20.  
  21.  
  22.  
  23. CHNAME's syntax is:      CHNAME filespec               where...
  24.  
  25.       filespec      is any legal file OR directory spec, which may
  26.               include drive information, full or partial
  27.                          path information.  File specs may also contain
  28.                          wildcards
  29.  
  30.  
  31.  
  32. EXAMPLES:
  33.  
  34. CHNAME dir1 mydir              Rename directory dir1 as mydir
  35. CHNAME foo.exe foo3.exe        Renames foo.exe as foo3.exe
  36. CHNAME foo.exe \foo3.exe       Renames foo.exe as foo3.exe AND moves it to 
  37.                                the root directory
  38. CHANME \a\foo.exe \b\foo.exe   Moves foo.exe from subdir a to subdir b
  39. CHNAME foo.* foo3.*            Renames all files with base name foo as foo3,
  40.                                keeping the same extensions
  41.  
  42.  
  43.  
  44.  
  45. ********************************************************************************
  46.  
  47.                CHNAME V1.00 is being distributed as FREEWARE.
  48.  
  49. ********************************************************************************
  50.  
  51.  
  52.  
  53. When distributed, the package MUST include the files CHNAME.COM and
  54. CHNAME.TXT (this file) which may be freely copied and distributed.  These two
  55. files may be re-archived  to better suit a given distribution system, but the
  56. files may not be  modified in any other way.  No distributor may charge more
  57. than $1.50 for    the distribution of this program.
  58.  
  59. I would appreciate letters from anyone with bug reports (as far as I know,
  60. version 1.00 has no bugs), ideas for new programs, and/or comments in
  61. general.  (I love getting non-junk mail.)
  62.  
  63. Also, I will distribute the C/Assembly source code for a fee of $5.
  64.  
  65. I receive U.S. mail at the following address:
  66.  
  67.             Ross S. Wolin
  68.             102 Oxford St, Apt 8
  69.             Arlington, MA 02174
  70.  
  71. or you can leave mail on Compuserve: 70720,1152
  72.  
  73.  
  74. Happy CHNAMing!
  75.  
  76.  
  77.  
  78.  
  79.